home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / RAVE SDK 1.06 GM for MacOS / Example Projects / GameScene / GSRandomTriMesh.h < prev    next >
Encoding:
Text File  |  1996-03-18  |  794 b   |  32 lines  |  [TEXT/ALFA]

  1. // ===========================================================================
  2. //     GSRandomTriMesh.h
  3. // ===========================================================================
  4.  
  5.  
  6. #ifndef _GSRandomTriMesh_h
  7. #define _GSRandomTriMesh_h
  8.  
  9.  
  10. // ===========================================================================
  11. //    Includes
  12. // ===========================================================================
  13.  
  14. #include "GSError.h"
  15. #include "GSDrawInfo.h"
  16.  
  17.  
  18. // ===========================================================================
  19. //    Public Prototypes
  20. // ===========================================================================
  21.  
  22.     TGSError
  23. GSRandomTriMeshGouraud(
  24.     TGSDrawInfo*        inDrawInfo);
  25.     
  26.     TGSError
  27. GSRandomTriMeshTexture(
  28.     TGSDrawInfo*        inDrawInfo);
  29.  
  30.     
  31. #endif // _GSRandomTriMesh_h
  32.